DicomMatchDelegate<T1> Delegate

Summary
Represents the method that will handle a DICOM match.
Syntax
C#
C++/CLI
public delegate void DicomMatchDelegate( 
   T1 obj, 
   DicomDataSet ds 
) 
generic<typename T1> 
public delegate void DicomMatchDelegate(  
   _T1^_ obj, 
   DicomDataSet^ ds 
) 

Parameters

obj
The data created from the match.

ds
The original dataset returned from the C-FIND-REQ.

Type Parameters

T1
The type of class to return on a match.

Requirements

Target Platforms

Help Version 22.0.2023.1.24
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.